home *** CD-ROM | disk | FTP | other *** search
- package blaxxunvrml;
-
- import com.ms.com.IUnknown;
- import com.ms.com._Guid;
-
- public interface Script extends IUnknown {
- _Guid iid = new _Guid(-1161493383, (short)30169, (short)4560, (byte)-109, (byte)21, (byte)0, (byte)32, (byte)-81, (byte)-32, (byte)92, (byte)-56);
-
- void setContainer(Node var1);
-
- void loadScriptObject(String var1);
-
- void initialize();
-
- void processEvent(String var1, int var2, EventOut var3, double var4);
-
- void eventsProcessed();
-
- void shutdown();
- }
-